The CxCasEditor object is a dialog box-based editor for the Common Alarm Service (CAS). Declare the object using the following code:
|
CreateObject("CxEditors.CxCasEditor") |
Each method in this document will assume you have declared and connected the CxCasEditor object using the following code:
|
Dim CasEditor Set CasEditor = CreateObject("CxEditors.CxCasEditor") CasEditor.Connect("CYGDEMO.CAS") |
More: